Product Code Database
Example Keywords: playstation -bioshock $51-154
   » » Wiki: Numerical Digit
Tag Wiki 'Numerical Digit'.
Tag

A numerical digit (often shortened to just digit) or numeral is a single used alone (such as "1"), or in combinations (such as "15"), to represent in positional notation, such as the common base 10. The name "digit" originates from the digiti meaning fingers.

For any numeral system with an integer , the number of different digits required is the of the base. For example, decimal (base 10) requires ten digits (0 to 9), and (base 2) requires only two digits (0 and 1). Bases greater than 10 require more than 10 digits, for instance (base 16) requires 16 digits (usually 0 to 9 and A to F).


Overview
In a basic digital system, a is a sequence of digits, which may be of arbitrary length. Each position in the sequence has a place value, and each digit has a value. The value of the numeral is computed by multiplying each digit in the sequence by its place value, and summing the results.


Digital values
Each digit in a number system represents an integer. For example, in the digit "1" represents the integer , and in the system, the letter "A" represents the number ten. A positional number system has one unique digit for each integer from up to, but not including, the of the number system.

Thus in the positional decimal system, the numbers 0 to 9 can be expressed using their respective numerals "0" to "9" in the rightmost "units" position. The number 12 is expressed with the numeral "2" in the units position, and with the numeral "1" in the "tens" position, to the left of the "2" while the number 312 is expressed with three numerals: "3" in the "hundreds" position, "1" in the "tens" position, and "2" in the "units" position.


Computation of place values
The numeral system uses a decimal separator, commonly a period in English, or a in other languages, to denote the "ones place" or "units place",
(1991). 013251513X, Prentice Hall. 013251513X
which has a place value one. Each successive place to the left of this has a place value equal to the place value of the previous digit times the . Similarly, each successive place to the right of the separator has a place value equal to the place value of the previous digit divided by the base. For example, in the numeral 10.34 (written in base 10),
the 0 is immediately to the left of the separator, so it is in the ones or units place, and is called the units digit or ones digit;
(1983). 9780534012359, Wadsworth Publishing Company. .
(1985). 9780065440003, Harper & Row. .
the 1 to the left of the ones place is in the tens place, and is called the tens digit;
(1985). 9780065440003, Harper & Row. .
the 3 is to the right of the ones place, so it is in the tenths place, and is called the tenths digit;
(2025). 9780825141782, J. Weston Walch.
the 4 to the right of the tenths place is in the hundredths place, and is called the hundredths digit.

The total value of the number is 1 ten, 0 ones, 3 tenths, and 4 hundredths. The zero, which contributes no value to the number, indicates that the 1 is in the tens place rather than the ones place.

The place value of any given digit in a numeral can be given by a simple calculation, which in itself is a complement to the logic behind numeral systems. The calculation involves the multiplication of the given digit by the base raised by the exponent , where n represents the position of the digit from the separator; the value of n is positive (+), but this is only if the digit is to the left of the separator. And to the right, the digit is multiplied by the base raised by a negative (−) n. For example, in the number 10.34 (written in base 10),

the 1 is second to the left of the separator, so based on calculation, its value is,

n - 1 = 2 - 1 = 1

1 \times 10^1 = 10

the 4 is second to the right of the separator, so based on calculation its value is,

n = -2

4 \times 10^{-2} = \frac{4}{100}


History
The first true written positional numeral system is considered to be the Hindu–Arabic numeral system. This system was established by the 7th century in India,O'Connor, J. J. and Robertson, E. F. Arabic Numerals. January 2001. Retrieved on 2007-02-20. but was not yet in its modern form because the use of the digit had not yet been widely accepted. Instead of a zero sometimes the digits were marked with dots to indicate their significance, or a space was used as a placeholder. The first widely acknowledged use of zero was in 876. The original numerals were very similar to the modern ones, even down to the used to represent digits.

By the 13th century, Western Arabic numerals were accepted in European mathematical circles ( used them in his ). They began to enter common use in the 15th century. By the end of the 20th century virtually all non-computerized calculations in the world were done with Arabic numerals, which have replaced native numeral systems in most cultures.


Other historical numeral systems using digits
The exact age of the is unclear, but it is possible that it is older than the Hindu–Arabic system. The system was (base 20), so it has twenty digits. The Mayas used a shell symbol to represent zero. Numerals were written vertically, with the ones place at the bottom. The had no equivalent of the modern decimal separator, so their system could not represent fractions.

The is identical to the Hindu–Arabic numeral system except for the symbols used to represent digits. The use of these digits is less common in than it once was, but they are still used alongside Arabic numerals.

The rod numerals, the written forms of once used by and mathematicians, are a decimal positional system able to represent not only zero but also negative numbers. Counting rods themselves predate the Hindu–Arabic numeral system. The Suzhou numerals are variants of rod numerals.

+ Rod numerals (vertical)


Modern digital systems

In computer science
The binary (base 2), (base 8), and (base 16) systems, extensively used in , all follow the conventions of the Hindu–Arabic numeral system.
(2001). 9780070435650, Tata McGraw-Hill Education. .
The binary system uses only the digits "0" and "1", while the octal system uses the digits from "0" through "7". The hexadecimal system uses all the digits from the decimal system, plus the letters "A" through "F", which represent the numbers 10 to 15 respectively. When the binary system is used, the term "bit(s)" is typically used as an alternative for "digit(s)", being a portmanteau of the term "binary digit".


Unusual systems
The ternary and systems have sometimes been used. They are both base 3 systems.

Balanced ternary is unusual in having the digit values 1, 0 and −1. Balanced ternary turns out to have some useful properties and the system has been used in the experimental Russian computers.

Several authors in the last 300 years have noted a facility of positional notation that amounts to a modified decimal representation. Some advantages are cited for use of numerical digits that represent negative values. In 1840 Augustin-Louis Cauchy advocated use of signed-digit representation of numbers, and in 1928 presented his collection of references for negative numerals. The concept of signed-digit representation has also been taken up in .


Digits in mathematics
Despite the essential role of digits in describing numbers, they are relatively unimportant to modern . Nevertheless, there are a few important mathematical concepts that make use of the representation of a number as a sequence of digits.


Digital roots
The digital root is the single-digit number obtained by summing the digits of a given number, then summing the digits of the result, and so on until a single-digit number is obtained.


Casting out nines
Casting out nines is a procedure for checking arithmetic done by hand. To describe it, let f(x) represent the of x, as described above. Casting out nines makes use of the fact that if A + B = C, then f(f(A) + f(B)) = f(C). In the process of casting out nines, both sides of the latter are computed, and if they are not equal, the original addition must have been faulty.


Repunits and repdigits
Repunits are integers that are represented with only the digit 1. For example, 1111 (one thousand, one hundred and eleven) is a repunit. are a generalization of repunits; they are integers represented by repeated instances of the same digit. For example, 333 is a repdigit. The of repunits is of interest to mathematicians.


Palindromic numbers and Lychrel numbers
Palindromic numbers are numbers that read the same when their digits are reversed. A is a positive integer that never yields a palindromic number when subjected to the iterative process of being added to itself with digits reversed. The question of whether there are any Lychrel numbers in base 10 is an open problem in recreational mathematics; the smallest candidate is 196.
(2019). 9781470436520, American Mathematical Soc.. .


History of ancient numbers
Counting aids, especially the use of body parts (counting on fingers), were certainly used in prehistoric times as today. There are many variations. Besides counting ten fingers, some cultures have counted knuckles, the space between fingers, and toes as well as fingers. The culture of New Guinea uses a system of 27 upper body locations to represent numbers.
(2025). 9781139551571, Cambridge University Press.

To preserve numerical information, carved in wood, bone, and stone have been used since prehistoric times.

(2016). 9783319310213
Stone age cultures, including ancient indigenous American groups, used tallies for gambling, personal services, and trade-goods.

A method of preserving numeric information in clay was invented by the between 8000 and 3500 BC.

(1985). 9780670373956, Viking.
This was done with small clay tokens of various shapes that were strung like beads on a string. Beginning about 3500 BC, clay tokens were gradually replaced by number signs impressed with a round stylus at different angles in clay tablets (originally containers for tokens) which were then baked. About 3100  BC, written numbers were dissociated from the things being counted and became abstract numerals.

Between 2700 and 2000 BC, in Sumer, the round stylus was gradually replaced by a reed stylus that was used to press wedge-shaped cuneiform signs in clay. These cuneiform number signs resembled the round number signs they replaced and retained the additive sign-value notation of the round number signs. These systems gradually converged on a common number system; this was a place-value system consisting of only two impressed marks, the vertical wedge and the chevron, which could also represent fractions. This sexagesimal number system was fully developed at the beginning of the Old Babylonia period (about 1950 BC) and became standard in Babylonia.

(2013). 9781461255598, Springer Science & Business Media. .

numerals were a system that retained the alternating base 10 and base 6 in a sequence of cuneiform vertical wedges and chevrons. By 1950 BC, this was a positional notation system. Sexagesimal numerals came to be widely used in commerce, but were also used in astronomical and other calculations. This system was exported from Babylonia and used throughout Mesopotamia, and by every Mediterranean nation that used standard Babylonian units of measure and counting, including the Greeks, Romans and Egyptians. Babylonian-style sexagesimal numeration is still used in modern societies to measure (minutes per hour) and (degrees).

(2025). 9781402045592, Springer-Verlag.


History of modern numbers
In , armies and provisions were counted using modular tallies of . Unique numbers of troops and measures of rice appear as unique combinations of these tallies. A great convenience of modular arithmetic is that it is easy to multiply.
(1998). 9780201038095, Addison-Wesley Pub. Co.
This makes use of modular arithmetic for provisions especially attractive. Conventional tallies are quite difficult to multiply and divide. In modern times modular arithmetic is sometimes used in digital signal processing.
(1994). 9783540584261, Springer Science & Business Media. .

The oldest Greek system was that of the ,

(1981). 9780521231886, Cambridge University Press.
but in the 4th century BC they began to use a quasidecimal alphabetic system (see ).
(2012). 9781105883170, Lulu.com. .
Jews began using a similar system (), with the oldest examples known being coins from around 100 BC.
(2025). 9780511676833, Cambridge University Press.

The Roman empire used tallies written on wax, papyrus and stone, and roughly followed the Greek custom of assigning letters to various numbers. The remained in common use in Europe until positional notation came into common use in the 16th century.

(2025). 9781425108366, Terry David Silvercloud. .

The of Central America used a mixed base 18 and base 20 system, possibly inherited from the , including advanced features such as positional notation and a .. They used this system to make advanced astronomical calculations, including highly accurate calculations of the length of the solar year and the orbit of .

(2025). 9780892133505, The Bhaktivedanta Book Trust. .

The Incan Empire ran a large command economy using , tallies made by knotting colored fibers. Knowledge of the encodings of the knots and colors was suppressed by the in the 16th century, and has not survived although simple quipu-like recording devices are still used in the region.

Some authorities believe that positional arithmetic began with the wide use of in China.

(2018). 9789811081354, Springer. .
The earliest written positional records seem to be results in China around 400. Zero was first used in India in the 7th century CE by .

The modern positional Arabic numeral system was developed by mathematicians in India, and passed on to Muslim mathematicians, along with astronomical tables brought to by an Indian ambassador around 773.

From India, the thriving trade between Islamic sultans and Africa carried the concept to . Arabic mathematicians extended the system to include , and Muḥammad ibn Mūsā al-Ḵwārizmī wrote an important work about it in the 9th  century.

(1967). 9780486602554, Dover Publications.
The modern were introduced to Europe with the translation of this work in the 12th century in Spain and Leonardo of Pisa's Liber Abaci of 1201.
(2003). 9780387407371, Springer Science & Business Media. .
In Europe, the complete Indian system with the zero was derived from the Arabs in the 12th century.
(2025). 9780786456574, McFarland & Co.

The binary system (base 2) was propagated in the 17th century by Gottfried Leibniz.

(2025). 9781420060942, CRC Press.
Leibniz had developed the concept early in his career, and had revisited it when he reviewed a copy of the from China.
(2025). 9781577314967, New World Library.
Binary numbers came into common use in the 20th century because of computer applications.


Numerals in most popular systems

! Ge'ez (Ethiopic)


Additional numerals


See also
  • List of numeral systems
  • List of numeral system topics
  • Hexadecimal digit
  • Natural unit of information
  • Significant figures
  • Alphabetic numeral system

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
4s Time